@Contract(threading=IMMUTABLE) public class Wire extends Object
| Constructor and Description | 
|---|
Wire(org.apache.commons.logging.Log log)  | 
Wire(org.apache.commons.logging.Log log,
    String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
enabled()  | 
void | 
input(byte[] b)  | 
void | 
input(byte[] b,
     int off,
     int len)  | 
void | 
input(InputStream inStream)  | 
void | 
input(int b)  | 
void | 
input(String s)  | 
void | 
output(byte[] b)  | 
void | 
output(byte[] b,
      int off,
      int len)  | 
void | 
output(InputStream outStream)  | 
void | 
output(int b)  | 
void | 
output(String s)  | 
public Wire(org.apache.commons.logging.Log log,
    String id)
public Wire(org.apache.commons.logging.Log log)
public boolean enabled()
public void output(InputStream outStream) throws IOException
IOExceptionpublic void input(InputStream inStream) throws IOException
IOExceptionpublic void output(byte[] b,
          int off,
          int len)
            throws IOException
IOExceptionpublic void input(byte[] b,
         int off,
         int len)
           throws IOException
IOExceptionpublic void output(byte[] b)
            throws IOException
IOExceptionpublic void input(byte[] b)
           throws IOException
IOExceptionpublic void output(int b)
            throws IOException
IOExceptionpublic void input(int b)
           throws IOException
IOExceptionpublic void output(String s) throws IOException
IOExceptionpublic void input(String s) throws IOException
IOExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.