public class UnionInputStreamTest extends Object
Constructor and Description |
---|
UnionInputStreamTest() |
Modifier and Type | Method and Description |
---|---|
void |
testArrayConstructor() |
void |
testAutoCloseDuringRead() |
void |
testCloseDuringClose() |
void |
testEmptyStream() |
void |
testExceptionDuringClose() |
void |
testMarkSupported() |
void |
testNonBlockingPartialRead() |
void |
testReadByteBlocks() |
void |
testReadSingleBytes() |
void |
testSkip() |
public void testEmptyStream() throws IOException
IOException
public void testReadSingleBytes() throws IOException
IOException
public void testReadByteBlocks() throws IOException
IOException
public void testArrayConstructor() throws IOException
IOException
public void testMarkSupported()
public void testSkip() throws IOException
IOException
public void testAutoCloseDuringRead() throws IOException
IOException
public void testCloseDuringClose() throws IOException
IOException
public void testExceptionDuringClose()
Copyright © 2015. All rights reserved.