Class RewindableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.cxf.ws.rm.RewindableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class RewindableInputStream extends FilterInputStream
Input stream wrapper to support rewinding to start of input.
  • Constructor Details

    • RewindableInputStream

      public RewindableInputStream(InputStream is)
      Constructs rewindable input stream
      Parameters:
      is - stream supporting mark
  • Method Details