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