@NotStorableClass public class FileOutputStreamMapped extends AbstractFileOutputStreamOnRandomFile
Constructor and Description |
---|
FileOutputStreamMapped(File file,
boolean append,
int maxBufferSize) |
FileOutputStreamMapped(File file,
int maxBufferSize) |
FileOutputStreamMapped(String name,
boolean append,
int maxBufferSize) |
FileOutputStreamMapped(String name,
int maxBufferSize) |
close, flush, write, write
write
public FileOutputStreamMapped(File file, boolean append, int maxBufferSize) throws FileNotFoundException, FileIOException
FileNotFoundException
FileIOException
public FileOutputStreamMapped(File file, int maxBufferSize) throws FileNotFoundException, FileIOException
FileNotFoundException
FileIOException
public FileOutputStreamMapped(String name, boolean append, int maxBufferSize) throws FileNotFoundException, FileIOException
FileNotFoundException
FileIOException
public FileOutputStreamMapped(String name, int maxBufferSize) throws FileNotFoundException, FileIOException
FileNotFoundException
FileIOException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.