public class NotifyingFileOutputStream extends FileOutputStream
| Constructor and Description |
|---|
NotifyingFileOutputStream(File f,
boolean append,
ProgressListener listener,
Long length) |
NotifyingFileOutputStream(File f,
ProgressListener listener,
Long length) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, finalize, getChannel, getFDflushpublic NotifyingFileOutputStream(File f, ProgressListener listener, Long length) throws FileNotFoundException
FileNotFoundExceptionpublic NotifyingFileOutputStream(File f, boolean append, ProgressListener listener, Long length) throws FileNotFoundException
FileNotFoundExceptionpublic void write(int b)
throws IOException
write in class FileOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class FileOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FileOutputStreamIOExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.