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