E - type of log event objectpublic class EventObjectInputStream<E> extends InputStream
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Returns the number of bytes available
|
void |
close() |
int |
read() |
E |
readEvent() |
mark, markSupported, read, read, reset, skippublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic E readEvent() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2005–2014 QOS.ch. All rights reserved.