jp.cssj.sakae.opentype.util
クラス RandomAccessFileInputStream
java.lang.Object
java.io.InputStream
jp.cssj.sakae.opentype.util.RandomAccessFileInputStream
- すべての実装されたインタフェース:
- Closeable
public class RandomAccessFileInputStream
- extends InputStream
クラス 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