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