Packages

c

fm.common

ByteArrayImageInputStream

final class ByteArrayImageInputStream extends ImageInputStreamImpl

An ImageInputStream implementation that reads from an Array[Byte]

Source
ByteArrayImageInputStream.scala
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. Protected

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bytes: Array[Byte]
  6. val bytesLength: Int
  7. val bytesOffset: Int
  8. final def checkClosed(): Unit
    Attributes
    protected[stream]
    Definition Classes
    ImageInputStreamImpl
    Annotations
    @throws(classOf[java.io.IOException])
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def close(): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → Closeable → AutoCloseable
    Annotations
    @throws(classOf[java.io.IOException])
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def flush(): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  14. def flushBefore(arg0: Long): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  15. def getBitOffset(): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  16. def getByteOrder(): ByteOrder
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getFlushedPosition(): Long
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  19. def getStreamPosition(): Long
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def isCached(): Boolean
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  22. def isCachedFile(): Boolean
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  23. final def isCachedMemory(): Boolean
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def length(): Long
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  26. def mark(): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def read(b: Array[Byte], off: Int, len: Int): Int
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  31. final def read(): Int
    Definition Classes
    ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
  32. def read(arg0: Array[Byte]): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  33. def readBit(): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  34. def readBits(arg0: Int): Long
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  35. def readBoolean(): Boolean
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  36. def readByte(): Byte
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  37. def readBytes(arg0: IIOByteBuffer, arg1: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  38. def readChar(): Char
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  39. def readDouble(): Double
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  40. def readFloat(): Float
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  41. def readFully(arg0: Array[Double], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  42. def readFully(arg0: Array[Float], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  43. def readFully(arg0: Array[Long], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  44. def readFully(arg0: Array[Int], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  45. def readFully(arg0: Array[Char], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  46. def readFully(arg0: Array[Short], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  47. def readFully(arg0: Array[Byte]): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  48. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  49. def readInt(): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  50. def readLine(): String
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  51. def readLong(): Long
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  52. def readShort(): Short
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  53. def readUTF(): String
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  54. def readUnsignedByte(): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  55. def readUnsignedInt(): Long
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  56. def readUnsignedShort(): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  57. def reset(): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  58. def seek(arg0: Long): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  59. def setBitOffset(arg0: Int): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  60. def setByteOrder(arg0: ByteOrder): Unit
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
  61. def skipBytes(arg0: Long): Long
    Definition Classes
    ImageInputStreamImpl → ImageInputStream
    Annotations
    @throws(classOf[java.io.IOException])
  62. def skipBytes(arg0: Int): Int
    Definition Classes
    ImageInputStreamImpl → ImageInputStream → DataInput
    Annotations
    @throws(classOf[java.io.IOException])
  63. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[stream]
    Definition Classes
    ImageInputStreamImpl → AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ImageInputStreamImpl

Inherited from ImageInputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from DataInput

Inherited from AnyRef

Inherited from Any

Ungrouped