Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.io
Class Serializer.BufferOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.liferay.portal.kernel.io.Serializer.BufferOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
Serializer

protected class Serializer.BufferOutputStream
extends OutputStream


Constructor Summary
protected Serializer.BufferOutputStream()
           
 
Method Summary
 void write(byte[] bytes)
           
 void write(byte[] bytes, int offset, int length)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer.BufferOutputStream

protected Serializer.BufferOutputStream()
Method Detail

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

Liferay 6.1.2-ce-ga3