public class ByteDetectingInputStream extends FilterInputStream
in| コンストラクタと説明 |
|---|
ByteDetectingInputStream(InputStream in,
int detectByte) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clearPositions() |
Integer[] |
getDetectedPositions() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic ByteDetectingInputStream(InputStream in, int detectByte)
public Integer[] getDetectedPositions()
public void clearPositions()
public int read()
throws IOException
read クラス内 FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read クラス内 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read クラス内 FilterInputStreamIOExceptionCopyright © 2018. All rights reserved.