@Immutable public class Wire extends java.lang.Object
| Constructor and Description |
|---|
Wire(Log log) |
Wire(Log log,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
void |
input(byte[] b) |
void |
input(byte[] b,
int off,
int len) |
void |
input(java.io.InputStream instream) |
void |
input(int b) |
void |
input(java.lang.String s) |
void |
output(byte[] b) |
void |
output(byte[] b,
int off,
int len) |
void |
output(java.io.InputStream outstream) |
void |
output(int b) |
void |
output(java.lang.String s) |
public Wire(Log log,
java.lang.String id)
public Wire(Log log)
public boolean enabled()
public void output(java.io.InputStream outstream)
throws java.io.IOException
java.io.IOExceptionpublic void input(java.io.InputStream instream)
throws java.io.IOException
java.io.IOExceptionpublic void output(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic void input(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic void output(byte[] b)
throws java.io.IOException
java.io.IOExceptionpublic void input(byte[] b)
throws java.io.IOException
java.io.IOExceptionpublic void output(int b)
throws java.io.IOException
java.io.IOExceptionpublic void input(int b)
throws java.io.IOException
java.io.IOExceptionpublic void output(java.lang.String s)
throws java.io.IOException
java.io.IOExceptionpublic void input(java.lang.String s)
throws java.io.IOException
java.io.IOException