Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.io
Class Deserializer.BufferInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.liferay.portal.kernel.io.Deserializer.BufferInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
Deserializer

protected class Deserializer.BufferInputStream
extends InputStream


Constructor Summary
protected Deserializer.BufferInputStream()
           
 
Method Summary
 int read()
           
 int read(byte[] bytes)
           
 int read(byte[] bytes, int offset, int length)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deserializer.BufferInputStream

protected Deserializer.BufferInputStream()
Method Detail

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

Liferay 6.1.2-ce-ga3