public class WindowedSeekableByteChannel_Test
extends java.lang.Object
Constructor and Description |
---|
WindowedSeekableByteChannel_Test() |
Modifier and Type | Method and Description |
---|---|
void |
closeChangesIsOpen() |
void |
interactAfterCloseNotAllowed() |
void |
positionThenReadReturnsEOF() |
void |
positionThenWriteReturnsEOF() |
void |
positionUpdate() |
void |
readChannelSections() |
void |
readPositionTracking() |
void |
truncateNotAllowed() |
void |
writeChannelSections() |
void |
writeDoesNotExceedWindow() |
void |
writePositionTracking() |
public void closeChangesIsOpen() throws java.io.IOException
java.io.IOException
public void readChannelSections() throws java.io.IOException
java.io.IOException
public void writeChannelSections() throws java.io.IOException
java.io.IOException
public void writeDoesNotExceedWindow() throws java.io.IOException
java.io.IOException
public void readPositionTracking() throws java.io.IOException
java.io.IOException
public void writePositionTracking() throws java.io.IOException
java.io.IOException
public void positionUpdate() throws java.io.IOException
java.io.IOException
public void positionThenWriteReturnsEOF() throws java.io.IOException
java.io.IOException
public void positionThenReadReturnsEOF() throws java.io.IOException
java.io.IOException
public void truncateNotAllowed() throws java.io.IOException
java.io.IOException
public void interactAfterCloseNotAllowed() throws java.io.IOException
java.io.IOException