|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.io.InputStream
okuyama.imdst.util.io.ChannelInput
public class ChannelInput
NewIOのOutputStreamOutputStreamのラッパー.
メソッドの概要 | |
---|---|
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 |
メソッドの詳細 |
---|
public int read() throws java.io.IOException
java.io.InputStream
内の read
java.io.IOException
public int read(byte[] tBuf, int off, int len) throws java.io.IOException
java.io.InputStream
内の read
java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |