public class FixedLengthOutputStream extends OutputStream
| Constructor and Description |
|---|
FixedLengthOutputStream(int size,
OutputStream target) |
public FixedLengthOutputStream(int size,
OutputStream target)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf,
int offset,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic int remaining()
Copyright © 2022 Amazon.com Inc.. All rights reserved.