Class

fm.common

ByteArrayImageInputStream

Related Doc: package common

Permalink

final class ByteArrayImageInputStream extends ImageInputStreamImpl

An ImageInputStream implementation that reads from an Array[Byte]

Linear Supertypes
ImageInputStreamImpl, ImageInputStream, Closeable, AutoCloseable, DataInput, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteArrayImageInputStream
  2. ImageInputStreamImpl
  3. ImageInputStream
  4. Closeable
  5. AutoCloseable
  6. DataInput
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteArrayImageInputStream(bytes: Array[Byte])

    Permalink
  2. new ByteArrayImageInputStream(bytes: Array[Byte], bytesOffset: Int, bytesLength: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bytes: Array[Byte]

    Permalink
  6. val bytesLength: Int

    Permalink
  7. val bytesOffset: Int

    Permalink
  8. final def checkClosed(): Unit

    Permalink
    Attributes
    protected[javax.imageio.stream]
    Definition Classes
    ImageInputStreamImpl
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def close(): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[javax.imageio.stream]
    Definition Classes
    ImageInputStreamImpl → AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flush(): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def flushBefore(arg0: Long): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def getBitOffset(): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def getByteOrder(): ByteOrder

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getFlushedPosition(): Long

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  20. def getStreamPosition(): Long

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def isCached(): Boolean

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  23. def isCachedFile(): Boolean

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  24. final def isCachedMemory(): Boolean

    Permalink
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def length(): Long

    Permalink
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  27. def mark(): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def read(b: Array[Byte], off: Int, len: Int): Int

    Permalink
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  32. final def read(): Int

    Permalink
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  33. def read(arg0: Array[Byte]): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def readBit(): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readBits(arg0: Int): Long

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def readBoolean(): Boolean

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def readByte(): Byte

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def readBytes(arg0: IIOByteBuffer, arg1: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def readChar(): Char

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readDouble(): Double

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readFloat(): Float

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readFully(arg0: Array[Double], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readFully(arg0: Array[Float], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def readFully(arg0: Array[Long], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def readFully(arg0: Array[Int], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def readFully(arg0: Array[Char], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def readFully(arg0: Array[Short], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def readFully(arg0: Array[Byte]): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def readInt(): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  51. def readLine(): String

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  52. def readLong(): Long

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  53. def readShort(): Short

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def readUTF(): String

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  55. def readUnsignedByte(): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def readUnsignedInt(): Long

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  57. def readUnsignedShort(): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def reset(): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  59. def seek(arg0: Long): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  60. def setBitOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  61. def setByteOrder(arg0: ByteOrder): Unit

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  62. def skipBytes(arg0: Long): Long

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  63. def skipBytes(arg0: Int): Int

    Permalink
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ImageInputStreamImpl

Inherited from ImageInputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from DataInput

Inherited from AnyRef

Inherited from Any

Ungrouped