public class CircularBuffer extends OutputStream
Constructor and Description |
---|
CircularBuffer() |
CircularBuffer(int sizeInBytes) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
void |
write(int b) |
close, flush, write, write
public CircularBuffer()
public CircularBuffer(int sizeInBytes)
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.