Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public class MultiFileOutputStream extends OutputStream
MultiFileOutputStream writes to multiple Files as
if they were one contiguous file.| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_FILE_SIZE |
| Constructor and Description |
|---|
MultiFileOutputStream(File parent,
String prefix,
String suffix) |
MultiFileOutputStream(File parent,
String prefix,
String suffix,
long fileSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
File[] |
getFiles() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public static final long DEFAULT_FILE_SIZE
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic File[] getFiles()
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.