|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
com.waveset.adapter.ScriptedConnection.NVTOutputStream
Counterpart output stream for NVTInputStream. Handles the output side of a Telnet Network Virtual Terminal by simply escaping out any Interpret As Command codes that happen to occur naturally in the output.
Field Summary | |
protected static Trace |
_trace
|
static java.lang.String |
code_id
|
Fields inherited from class java.io.FilterOutputStream |
out |
Constructor Summary | |
NVTOutputStream(java.io.OutputStream out)
Constructor. |
Method Summary | |
void |
write(byte[] b)
Write an array of bytes to the output. |
void |
write(byte[] b,
int off,
int len)
Write a segment of bytes from an array to the output. |
void |
write(byte[] b,
int off,
int len,
boolean isEncrypted)
Write a segment of bytes from an array to the output. |
void |
write(int b)
Write a single byte to the output. |
Methods inherited from class java.io.FilterOutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
protected static Trace _trace
Constructor Detail |
public NVTOutputStream(java.io.OutputStream out)
Method Detail |
public void write(byte[] b) throws java.io.IOException
java.io.IOException
public void write(int b) throws java.io.IOException
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
public void write(byte[] b, int off, int len, boolean isEncrypted) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |