public class IOExecWriter extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isBlocked() |
void |
transmit(byte[] data) |
void |
transmit(byte[] data,
int off,
int len) |
void |
transmit(ByteArrayRef data) |
void |
transmit(ByteBuffer xmtbuf) |
void |
transmit(ByteChars data) |
void |
transmit(CharSequence data) |
void |
transmit(CharSequence data,
int off,
int len) |
void |
transmit(FileChannel fchan) |
void |
transmit(FileChannel fchan,
long pos,
boolean noclose) |
void |
transmit(FileChannel fchan,
long pos,
long lmt,
boolean noclose) |
void |
transmit(Path fh) |
void |
transmitChunked(FileChannel fchan,
long pos,
long lmt,
int bufsiz,
boolean noclose) |
public boolean isBlocked()
public void transmit(FileChannel fchan) throws IOException
IOException
public void transmit(FileChannel fchan, long pos, boolean noclose) throws IOException
IOException
public void transmit(ByteBuffer xmtbuf) throws IOException
IOException
public void transmit(ByteArrayRef data) throws IOException
IOException
public void transmit(byte[] data) throws IOException
IOException
public void transmit(CharSequence data) throws IOException
IOException
public void transmit(ByteChars data) throws IOException
IOException
public void transmit(byte[] data, int off, int len) throws IOException
IOException
public void transmit(CharSequence data, int off, int len) throws IOException
IOException
public void transmit(FileChannel fchan, long pos, long lmt, boolean noclose) throws IOException
IOException
public void transmitChunked(FileChannel fchan, long pos, long lmt, int bufsiz, boolean noclose) throws IOException
IOException
public void transmit(Path fh) throws IOException
IOException
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.