public class IfxDebugDataOutputStream extends IfxDataOutputStream
written| Constructor and Description |
|---|
IfxDebugDataOutputStream(java.io.OutputStream s) |
IfxDebugDataOutputStream(java.io.OutputStream s,
boolean encoption) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPadding() |
protected void |
clearTrace() |
protected void |
dumpTrace(java.io.OutputStream out) |
protected int |
getTraceLength() |
protected void |
resetTrace() |
void |
write(byte[] b,
int offset,
int length)
writes a byte array to the outputstream.
|
void |
write(int i)
writes a byte to the outputstream.
|
void |
writePadded(byte[] b,
int offset,
int length)
writes a byte array to the outputstream.
|
void |
writeWithMangledTrace(byte[] b)
In this class , the implementation is same as Same as write (byte b [])
method.
|
void |
writeWithMangledTrace(byte[] b,
int offset,
int length) |
flush, getBytesSentSinceLastEOT, getJavaToIfx4BytesChar, getJavaToIfx4BytesChar, getJavaToIfxChar, getJavaToIfxChar, setByteCntAtEOT, write, writeByte, writeBytes, writeBytesConstant, writeChar, writeDate, writeDateTime, writeDecimal, writeDouble, writeInt, writeInterval, writeInterval, writeLong, writeLongBigint, writeLongInt, writePadded, writeReal, writeShort, writeShort, writeSmallInt, writeWithoutTracepublic IfxDebugDataOutputStream(java.io.OutputStream s)
s - public IfxDebugDataOutputStream(java.io.OutputStream s,
boolean encoption)
s - encoption - public void writePadded(byte[] b,
int offset,
int length)
throws java.io.IOException
IfxDataOutputStreamwritePadded in class IfxDataOutputStreamb - the byte array to write to the outputstream.offset - the offset of the data.length - the maximum number of bytes to write to the outputstream.java.io.IOException - In case an I/O error occurs.public void write(int i)
throws java.io.IOException
IfxDataOutputStreamwrite in class IfxDataOutputStreami - the byte to write to the outputstream.java.io.IOException - In case an I/O error occurs.public void write(byte[] b,
int offset,
int length)
throws java.io.IOException
IfxDataOutputStreamwrite in class IfxDataOutputStreamb - the byte array to write to the outputstream.offset - the offset of the data.length - the maximum number of bytes to write to the outputstream.java.io.IOException - In case an I/O error occurs.public void writeWithMangledTrace(byte[] b)
throws java.io.IOException
writeWithMangledTrace in class IfxDataOutputStreamb - java.io.IOExceptionpublic void writeWithMangledTrace(byte[] b,
int offset,
int length)
throws java.io.IOException
java.io.IOExceptionprotected void checkPadding()
protected void clearTrace()
clearTrace in class IfxDataOutputStreamprotected void dumpTrace(java.io.OutputStream out)
protected int getTraceLength()
protected void resetTrace()