public class BoundaryLimitedInputStream extends InputStream
Constructor and Description |
---|
BoundaryLimitedInputStream(InputStream src,
String startBoundary) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public BoundaryLimitedInputStream(InputStream src, String startBoundary)
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.