|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.classfile.Data
A placeholder for a stream of data. When requested, this class will return an optimized DataInput object for the stream that was passed in the constructor.
Constructor Summary | |
Data(java.io.InputStream is)
|
Method Summary | |
java.io.DataInput |
getDataInput()
|
void |
release()
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Data(java.io.InputStream is)
Method Detail |
public java.io.DataInput getDataInput() throws java.io.IOException
public void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |