@Contract(threading=IMMUTABLE)
public class Wire
extends java.lang.Object
| Constructor | Description |
|---|---|
Wire(org.apache.commons.logging.Log log) |
|
Wire(org.apache.commons.logging.Log log,
java.lang.String id) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
enabled() |
|
void |
input(byte[] b) |
|
void |
input(byte[] b,
int off,
int len) |
|
void |
input(int b) |
|
void |
input(java.io.InputStream instream) |
|
void |
input(java.lang.String s) |
|
void |
output(byte[] b) |
|
void |
output(byte[] b,
int off,
int len) |
|
void |
output(int b) |
|
void |
output(java.io.InputStream outstream) |
|
void |
output(java.lang.String s) |
public Wire(org.apache.commons.logging.Log log,
java.lang.String id)
public Wire(org.apache.commons.logging.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