All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.Writer | +----java.io.OutputStreamWriter | +----jnfs.RemoteFileWriter
OutputStreamWriter
on a
RemoteFileOutputStream
.
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for overwriting.
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for appending or overwriting.
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for overwriting.
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for appending or overwriting.
public RemoteFileWriter(FileServer srv, Token credentials, String pathname) throws IOException, AuthenticationException, PermissionDeniedException
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for overwriting.
user
fails.
public RemoteFileWriter(FileServer srv, Token credentials, String pathname, boolean append) throws IOException, AuthenticationException, PermissionDeniedException
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for appending or overwriting.
user
fails.
public RemoteFileWriter(FileServer srv, Token credentials, File file) throws IOException, AuthenticationException, PermissionDeniedException
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for overwriting.
user
fails.
public RemoteFileWriter(FileServer srv, Token credentials, File file, boolean append) throws IOException, AuthenticationException, PermissionDeniedException
OutputStreamWriter
on a
RemoteFileOutputStream
using the default character
encoding and byte-buffer size for appending or overwriting.
user
fails.
All Packages Class Hierarchy This Package Previous Next Index