public class LimitedBuffer
extends java.io.OutputStream
Constructor and Description |
---|
LimitedBuffer(int limit) |
Modifier and Type | Method and Description |
---|---|
int |
copyTo(byte[] b,
int off) |
int |
limit() |
void |
reset() |
int |
size() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public int copyTo(byte[] b, int off)
public int limit()
public void reset()
public int size()
public void write(int b)
write
in class java.io.OutputStream
public void write(byte[] b)
write
in class java.io.OutputStream
public void write(byte[] b, int off, int len)
write
in class java.io.OutputStream