public class TFileWriter extends OutputStreamWriter
Constructor and Description |
---|
TFileWriter(File file) |
TFileWriter(File file,
boolean append) |
TFileWriter(FileDescriptor fd) |
TFileWriter(String filename) |
TFileWriter(String filename,
boolean append) |
close, flush, getEncoding, write, write, write
public TFileWriter(File file) throws IOException
IOException
public TFileWriter(File file, boolean append) throws IOException
IOException
public TFileWriter(FileDescriptor fd)
public TFileWriter(String filename) throws IOException
IOException
public TFileWriter(String filename, boolean append) throws IOException
IOException
Copyright © 2019. All rights reserved.