gnu.io
クラス LPRPort.ParallelInputStream

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

 class LPRPort.ParallelInputStream
extends java.io.InputStream

Inner class for ParallelInputStream


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

コンストラクタの詳細

LPRPort.ParallelInputStream

LPRPort.ParallelInputStream()
メソッドの詳細

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