public class Wire extends Object
Constructor and Description |
---|
Wire(org.apache.commons.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
void |
input(byte[] b) |
void |
input(byte[] b,
int pos,
int off) |
void |
input(ByteBuffer b) |
void |
input(int b) |
boolean |
isEnabled() |
void |
output(byte[] b) |
void |
output(byte[] b,
int pos,
int off) |
void |
output(ByteBuffer b) |
void |
output(int b) |
public boolean isEnabled()
public void output(byte[] b, int pos, int off)
public void input(byte[] b, int pos, int off)
public void output(byte[] b)
public void input(byte[] b)
public void output(int b)
public void input(int b)
public void output(ByteBuffer b)
public void input(ByteBuffer b)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.