fm
.
common
ByteArrayImageInputStream
Related Doc:
package common
final
class
ByteArrayImageInputStream
extends
ImageInputStreamImpl
An ImageInputStream implementation that reads from an Array[Byte]
Linear Supertypes
ImageInputStreamImpl
,
ImageInputStream
,
Closeable
,
AutoCloseable
,
DataInput
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ByteArrayImageInputStream
ImageInputStreamImpl
ImageInputStream
Closeable
AutoCloseable
DataInput
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ByteArrayImageInputStream
(
bytes:
Array
[
Byte
]
)
new
ByteArrayImageInputStream
(
bytes:
Array
[
Byte
]
,
bytesOffset:
Int
,
bytesLength:
Int
)
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[
javax.imageio.stream
]
Definition Classes
ImageInputStreamImpl
Annotations
@throws
(
classOf[java.io.IOException]
)
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
javax.imageio.stream
]
Definition Classes
ImageInputStreamImpl → AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
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
[_]
Definition Classes
AnyRef → Any
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
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
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
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
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
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
An ImageInputStream implementation that reads from an Array[Byte]