Packages

class TruncatedStream extends FilterInputStream

Linear Supertypes
FilterInputStream, InputStream, Closeable, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TruncatedStream
  2. FilterInputStream
  3. InputStream
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def available(): Int
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  2. def close(): Unit
    Definition Classes
    FilterInputStream → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  3. def continueReading(): Boolean
  4. def mark(arg0: Int): Unit
    Definition Classes
    FilterInputStream → InputStream
  5. def markSupported(): Boolean
    Definition Classes
    FilterInputStream → InputStream
  6. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def read(arg0: Array[Byte]): Int
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def read(): Int
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def reset(): Unit
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def skip(arg0: Long): Long
    Definition Classes
    FilterInputStream → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )