@Internal public class Wire extends Object
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) |
void |
input(String s) |
boolean |
isEnabled() |
void |
output(byte[] b) |
void |
output(byte[] b,
int pos,
int off) |
void |
output(ByteBuffer b) |
void |
output(int b) |
void |
output(String s) |
public Wire(org.slf4j.Logger log, String id)
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(String s)
public void input(String s)
public void output(ByteBuffer b)
public void input(ByteBuffer b)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.