public class ByteQueueInputStream extends InputStream
Constructor and Description |
---|
ByteQueueInputStream() |
Modifier and Type | Method and Description |
---|---|
void |
addBytes(byte[] bytes) |
int |
available() |
void |
close() |
int |
peek(byte[] buf) |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
mark, markSupported, reset
public void addBytes(byte[] bytes)
public int peek(byte[] buf)
public int read()
read
in class InputStream
public int read(byte[] b)
read
in class InputStream
public int read(byte[] b, int off, int len)
read
in class InputStream
public long skip(long n)
skip
in class InputStream
public int available()
available
in class InputStream
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
Copyright © 2020 BouncyCastle.org. All rights reserved.