public class RecordInputStream extends BufferedInputStream
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
headerPattern |
in| Constructor and Description |
|---|
RecordInputStream(InputStream in) |
RecordInputStream(InputStream in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRecordLength() |
Record |
next() |
available, close, mark, markSupported, read, read, reset, skipreadpublic static Pattern headerPattern
public RecordInputStream(InputStream in)
public RecordInputStream(InputStream in, int size)
public Record next() throws IOException, SeedException
IOExceptionSeedExceptionpublic int getRecordLength()
throws IOException
IOExceptionCopyright © 2018. All rights reserved.