public class FdOutStream extends OutStream
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
blocking |
protected int |
bufSize |
protected FileDescriptor |
fd |
protected int |
offset |
protected int |
sentUpTo |
protected int |
start |
protected int |
timeoutms |
| Constructor and Description |
|---|
FdOutStream(FileDescriptor fd_) |
FdOutStream(FileDescriptor fd_,
boolean blocking_,
int timeoutms_,
int bufSize_) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
getBufSize() |
FileDescriptor |
getFd() |
int |
length() |
protected int |
overrun(int itemSize,
int nItems) |
void |
setBlocking(boolean blocking_) |
void |
setFd(FileDescriptor fd_) |
void |
setTimeout(int timeoutms_) |
check, check, getbuf, getend, getptr, pad, setptr, skip, writeBytes, writeCompactLength, writeOpaque16, writeOpaque24A, writeOpaque24B, writeOpaque32, writeOpaque8, writeS16, writeS32, writeS8, writeString, writeU16, writeU32, writeU8protected FileDescriptor fd
protected boolean blocking
protected int timeoutms
protected int start
protected int sentUpTo
protected int offset
protected int bufSize
public FdOutStream(FileDescriptor fd_, boolean blocking_, int timeoutms_, int bufSize_)
public FdOutStream(FileDescriptor fd_)
public void setTimeout(int timeoutms_)
public void setBlocking(boolean blocking_)
public FileDescriptor getFd()
public void setFd(FileDescriptor fd_)
public int getBufSize()
Copyright © 2019. All rights reserved.