public class FileOutputStreamPlus extends BufferedDataOutputStreamPlus
buffer
channel
Constructor and Description |
---|
FileOutputStreamPlus(File file) |
FileOutputStreamPlus(File file,
File.WriteMode mode) |
FileOutputStreamPlus(java.nio.file.Path path) |
FileOutputStreamPlus(java.nio.file.Path path,
File.WriteMode mode) |
FileOutputStreamPlus(java.lang.String path) |
FileOutputStreamPlus(java.lang.String path,
File.WriteMode mode) |
Modifier and Type | Method and Description |
---|---|
java.nio.channels.FileChannel |
getChannel() |
void |
sync() |
close, doFlush, flush, order, write, write, write, write, writeBoolean, writeByte, writeBytes, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
newDefaultChannel, retrieveTemporaryBuffer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasPosition, position, write, writeUnsignedVInt, writeVInt
public FileOutputStreamPlus(java.lang.String path) throws java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException
public FileOutputStreamPlus(java.lang.String path, File.WriteMode mode) throws java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException
public FileOutputStreamPlus(File file) throws java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException
public FileOutputStreamPlus(File file, File.WriteMode mode) throws java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException
public FileOutputStreamPlus(java.nio.file.Path path) throws java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException
public FileOutputStreamPlus(java.nio.file.Path path, File.WriteMode mode) throws java.nio.file.NoSuchFileException
java.nio.file.NoSuchFileException
Copyright © 2009- The Apache Software Foundation