|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
com.liferay.portal.kernel.io.Deserializer.BufferInputStream
protected class Deserializer.BufferInputStream
| 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 |
|---|
protected Deserializer.BufferInputStream()
| Method Detail |
|---|
public int read()
read in class java.io.InputStreampublic int read(byte[] bytes)
read in class java.io.InputStream
public int read(byte[] bytes,
int offset,
int length)
read in class java.io.InputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||