public class ReaderInputStreamTest extends Object
| Constructor and Description |
|---|
ReaderInputStreamTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCharsetMismatchInfiniteLoop()
Tests https://issues.apache.org/jira/browse/IO-277
|
void |
testLargeUTF8WithBufferedRead() |
void |
testLargeUTF8WithSingleByteRead() |
void |
testReadZero() |
void |
testReadZeroEmptyString() |
void |
testUTF16WithSingleByteRead() |
void |
testUTF8WithBufferedRead() |
void |
testUTF8WithSingleByteRead() |
public ReaderInputStreamTest()
public void testUTF8WithSingleByteRead() throws IOException
IOExceptionpublic void testLargeUTF8WithSingleByteRead() throws IOException
IOExceptionpublic void testUTF8WithBufferedRead() throws IOException
IOExceptionpublic void testLargeUTF8WithBufferedRead() throws IOException
IOExceptionpublic void testUTF16WithSingleByteRead() throws IOException
IOExceptionpublic void testReadZero() throws Exception
Exceptionpublic void testReadZeroEmptyString() throws Exception
Exceptionpublic void testCharsetMismatchInfiniteLoop() throws IOException
IOExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.