jp.cssj.sakae.opentype.util
クラス RandomAccessFileInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 jp.cssj.sakae.opentype.util.RandomAccessFileInputStream
すべての実装されたインタフェース:
Closeable

public class RandomAccessFileInputStream
extends InputStream


コンストラクタの概要
RandomAccessFileInputStream(RandomAccessFile raf)
           
 
メソッドの概要
 int available()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 
クラス java.io.InputStream から継承されたメソッド
close, mark, markSupported, reset, skip
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RandomAccessFileInputStream

public RandomAccessFileInputStream(RandomAccessFile raf)
メソッドの詳細

available

public int available()
              throws IOException
オーバーライド:
クラス InputStream 内の available
例外:
IOException

read

public int read()
         throws IOException
定義:
クラス InputStream 内の read
例外:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
オーバーライド:
クラス InputStream 内の read
例外:
IOException

read

public int read(byte[] b)
         throws IOException
オーバーライド:
クラス InputStream 内の read
例外:
IOException