public class LogReader extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
static int |
FRAME_SIZE_OFFSET |
static int |
HEADER_SIZE |
| Constructor and Description |
|---|
LogReader(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
LogMessage |
nextMessage() |
public static final int HEADER_SIZE
public static final int FRAME_SIZE_OFFSET
public LogReader(InputStream stream)
public LogMessage nextMessage() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2017. All rights reserved.