Klasse RecyclingInputStreamReaderTest
java.lang.Object
gdv.xport.io.RecyclingInputStreamReaderTest
Unit-Test fuer
RecyclingInputStreamReader
.- Seit:
- 0.9.2 (30.01.2014)
- Autor:
- oliver (ob@aosd.de)
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
testRead()
Test method forRecyclingInputStreamReader.read()
and other methods ofRecyclingInputStreamReader
.void
Hier testen wir die Recycling-Eigenschaft des Reader, ob er tatsaechlich den gleichenInputStream
wiederverwendet.void
testSkip()
Test-Methode fuerRecyclingInputStreamReader.skip(long)
undRecyclingInputStreamReader.read(CharBuffer)
.
-
Konstruktordetails
-
RecyclingInputStreamReaderTest
public RecyclingInputStreamReaderTest()
-
-
Methodendetails
-
testRead
Test method forRecyclingInputStreamReader.read()
and other methods ofRecyclingInputStreamReader
.- Löst aus:
IOException
- Signals that an I/O exception has occurred.
-
testRecycling
Hier testen wir die Recycling-Eigenschaft des Reader, ob er tatsaechlich den gleichenInputStream
wiederverwendet.- Löst aus:
IOException
- Signals that an I/O exception has occurred.
-
testSkip
Test-Methode fuerRecyclingInputStreamReader.skip(long)
undRecyclingInputStreamReader.read(CharBuffer)
.- Löst aus:
IOException
- Signals that an I/O exception has occurred.
-