org.apache.tika
Class TestRereadableInputStream

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.TestRereadableInputStream

public class TestRereadableInputStream
extends TestCase


Constructor Summary
TestRereadableInputStream()
           
 
Method Summary
 void test()
           
 void testCloseBehavior()
           
 void testRewind()
          Test that the constructor's readToEndOfStreamOnFirstRewind parameter correctly determines the behavior.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRereadableInputStream

public TestRereadableInputStream()
Method Detail

test

public void test()
          throws java.io.IOException
Throws:
java.io.IOException

testRewind

public void testRewind()
                throws java.io.IOException
Test that the constructor's readToEndOfStreamOnFirstRewind parameter correctly determines the behavior.

Throws:
java.io.IOException

testCloseBehavior

public void testCloseBehavior()
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.