gnu.io
クラス Raw.RawInputStream

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 gnu.io.Raw.RawInputStream
すべての実装されたインタフェース:
java.io.Closeable
含まれているクラス:
Raw

 class Raw.RawInputStream
extends java.io.InputStream

Inner class for RawInputStream


コンストラクタの概要
Raw.RawInputStream()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

Raw.RawInputStream

Raw.RawInputStream()
メソッドの詳細

read

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

read

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

read

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

available

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