public interface SendfileOutputStream
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMmapEnabled() |
boolean |
isSendfileEnabled() |
void |
writeMmap(long mmapAddress,
long[] mmapBlocks,
long mmapOffset,
long mmapLength) |
void |
writeSendfile(byte[] fileName,
int nameLength,
long fileLength) |
boolean isMmapEnabled()
void writeMmap(long mmapAddress,
long[] mmapBlocks,
long mmapOffset,
long mmapLength)
throws java.io.IOException
java.io.IOExceptionboolean isSendfileEnabled()
void writeSendfile(byte[] fileName,
int nameLength,
long fileLength)
throws java.io.IOException
java.io.IOException