okuyama.imdst.util.io
クラス ChannelInput

java.lang.Object
  上位を拡張 java.io.InputStream
      上位を拡張 okuyama.imdst.util.io.ChannelInput
すべての実装されたインタフェース:
java.io.Closeable

public class ChannelInput
extends java.io.InputStream


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

メソッドの詳細

read

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

read

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