final class ByteArrayImageInputStream extends ImageInputStreamImpl
An ImageInputStream implementation that reads from an Array[Byte]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteArrayImageInputStream
- ImageInputStreamImpl
- ImageInputStream
- Closeable
- AutoCloseable
- DataInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bytes: Array[Byte]
- val bytesLength: Int
- val bytesOffset: Int
- final def checkClosed(): Unit
- Attributes
- protected[stream]
- Definition Classes
- ImageInputStreamImpl
- Annotations
- @throws(classOf[java.io.IOException])
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → Closeable → AutoCloseable
- Annotations
- @throws(classOf[java.io.IOException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flush(): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def flushBefore(arg0: Long): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def getBitOffset(): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def getByteOrder(): ByteOrder
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFlushedPosition(): Long
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- def getStreamPosition(): Long
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isCached(): Boolean
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- def isCachedFile(): Boolean
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- final def isCachedMemory(): Boolean
- Definition Classes
- ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length(): Long
- Definition Classes
- ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
- def mark(): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def read(b: Array[Byte], off: Int, len: Int): Int
- Definition Classes
- ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
- final def read(): Int
- Definition Classes
- ByteArrayImageInputStream → ImageInputStreamImpl → ImageInputStream
- def read(arg0: Array[Byte]): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readBit(): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readBits(arg0: Int): Long
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readBoolean(): Boolean
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readByte(): Byte
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readBytes(arg0: IIOByteBuffer, arg1: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readChar(): Char
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readDouble(): Double
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readFloat(): Float
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Double], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Float], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Long], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Int], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Char], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Short], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Byte]): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readInt(): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readLine(): String
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readLong(): Long
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readShort(): Short
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readUTF(): String
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readUnsignedByte(): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readUnsignedInt(): Long
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readUnsignedShort(): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def reset(): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def seek(arg0: Long): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def setBitOffset(arg0: Int): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def setByteOrder(arg0: ByteOrder): Unit
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- def skipBytes(arg0: Long): Long
- Definition Classes
- ImageInputStreamImpl → ImageInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def skipBytes(arg0: Int): Int
- Definition Classes
- ImageInputStreamImpl → ImageInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])