E - type of log event objectpublic class EventObjectInputStream<E>
extends java.io.InputStream
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Returns the number of bytes available
|
void |
close() |
int |
read() |
E |
readEvent() |
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic E readEvent() throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOException