@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
IOException
public void input(InputStream inStream) throws IOException
IOException
public void output(byte[] b, int off, int len) throws IOException
IOException
public void input(byte[] b, int off, int len) throws IOException
IOException
public void output(byte[] b) throws IOException
IOException
public void input(byte[] b) throws IOException
IOException
public void output(int b) throws IOException
IOException
public void input(int b) throws IOException
IOException
public void output(String s) throws IOException
IOException
public void input(String s) throws IOException
IOException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.