com.liferay.portal.kernel.io
Class Deserializer.BufferInputStream
java.lang.Object
java.io.InputStream
com.liferay.portal.kernel.io.Deserializer.BufferInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- Deserializer
protected class Deserializer.BufferInputStream
- extends InputStream
Method Summary |
int |
read()
|
int |
read(byte[] bytes)
|
int |
read(byte[] bytes,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deserializer.BufferInputStream
protected Deserializer.BufferInputStream()
read
public int read()
- Specified by:
read
in class InputStream
read
public int read(byte[] bytes)
- Overrides:
read
in class InputStream
read
public int read(byte[] bytes,
int offset,
int length)
- Overrides:
read
in class InputStream