wt.fv.uploadtocache
Class BackupedFileOutputStream
java.lang.Object
java.io.OutputStream
wt.fv.uploadtocache.BackupedFileOutputStream
- public class BackupedFileOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oss
FileOutputStream[] oss
BackupedFileOutputStream
public BackupedFileOutputStream(BackupedFile backupedFile)
throws IOException
BackupedFileOutputStream
public BackupedFileOutputStream(BackupedFile backupedFile,
boolean append)
throws IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
PP
private static void PP(String s)