final class ByteArrayImageOutputStream extends ImageOutputStreamImpl
An ImageOutputStream implementation that writes to a Array[Byte]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteArrayImageOutputStream
- ImageOutputStreamImpl
- ImageOutputStream
- DataOutput
- 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
- def bytes: Array[Byte]
- Attributes
- protected
- def bytesLength: Int
- Attributes
- protected
- def bytesOffset: Int
- Attributes
- protected
- 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])
- final def flushBits(): Unit
- Attributes
- protected[stream]
- Definition Classes
- ImageOutputStreamImpl
- 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
- ByteArrayImageOutputStream → ImageInputStreamImpl → ImageInputStream
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length(): Long
- Definition Classes
- ByteArrayImageOutputStream → 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
- ByteArrayImageOutputStream → ImageInputStreamImpl → ImageInputStream
- final def read(): Int
- Definition Classes
- ByteArrayImageOutputStream → 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 toByteArray: Array[Byte]
- 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])
- def write(b: Array[Byte], off: Int, len: Int): Unit
- Definition Classes
- ByteArrayImageOutputStream → ImageOutputStreamImpl → ImageOutputStream → DataOutput
- def write(b: Int): Unit
- Definition Classes
- ByteArrayImageOutputStream → ImageOutputStreamImpl → ImageOutputStream → DataOutput
- def write(arg0: Array[Byte]): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeBit(arg0: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeBits(arg0: Long, arg1: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeBoolean(arg0: Boolean): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeByte(arg0: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeBytes(arg0: String): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeChar(arg0: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeChars(arg0: Array[Char], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeChars(arg0: String): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeDouble(arg0: Double): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeDoubles(arg0: Array[Double], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeFloat(arg0: Float): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeFloats(arg0: Array[Float], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeInt(arg0: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeInts(arg0: Array[Int], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeLong(arg0: Long): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeLongs(arg0: Array[Long], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeShort(arg0: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])
- def writeShorts(arg0: Array[Short], arg1: Int, arg2: Int): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def writeUTF(arg0: String): Unit
- Definition Classes
- ImageOutputStreamImpl → ImageOutputStream → DataOutput
- Annotations
- @throws(classOf[java.io.IOException])