|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
pt.tumba.parser.swf.Byte4ByteDebugStreams
public class Byte4ByteDebugStreams
Description of the Class
Field Summary | |
---|---|
protected int |
bytePtr
Description of the Field |
protected byte[] |
bytesIn
Description of the Field |
protected byte[] |
bytesOut
Description of the Field |
protected java.io.ByteArrayInputStream |
in
Description of the Field |
Constructor Summary | |
---|---|
Byte4ByteDebugStreams(byte[] bytesIn)
Constructor for the Byte4ByteDebugStreams object |
|
Byte4ByteDebugStreams(java.lang.String filenameIn)
Constructor for the Byte4ByteDebugStreams object |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Gets the inputStream attribute of the Byte4ByteDebugStreams object |
void |
setInputBytes(byte[] inBytes)
Sets the inputBytes attribute of the Byte4ByteDebugStreams object |
void |
write(int b2)
Description of the Method |
void |
write(java.lang.String filenameOut)
Description of the Method |
Methods inherited from class java.io.OutputStream |
---|
close, flush, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.ByteArrayInputStream in
protected byte[] bytesIn
protected byte[] bytesOut
protected int bytePtr
Constructor Detail |
---|
public Byte4ByteDebugStreams(java.lang.String filenameIn) throws java.lang.Exception
filenameIn
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic Byte4ByteDebugStreams(byte[] bytesIn)
bytesIn
- Description of the ParameterMethod Detail |
---|
public java.io.InputStream getInputStream()
public void setInputBytes(byte[] inBytes)
inBytes
- The new inputBytes valuepublic void write(int b2) throws java.io.IOException
write
in class java.io.OutputStream
b
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void write(java.lang.String filenameOut) throws java.io.IOException
filenameOut
- Description of the Parameter
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |