class
Writer
extends AnyRef
Instance Constructors
-
new
Writer
(orig: Array[Byte], sourceDebug: String)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
bais
: ByteArrayInputStream
-
val
baos
: ByteArrayOutputStream { ... /* 2 definitions in type refinement */ }
-
def
clone
(): AnyRef
-
def
copy
(count: Int): Unit
-
def
copyAttrs
(attrCount: Int): Boolean
-
def
copyConstantPool
(constantPoolCount: Int): Int
-
def
copyMembers
: Unit
-
def
copyShort
(): Short
-
val
dis
: DataInputStream
-
val
dos
: DataOutputStream
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
orig
: Array[Byte]
-
var
sdeIndex
: Int
-
val
sourceDebug
: String
-
def
store
: Array[Byte]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
writeSourceDebugAttribute
(index: Int): Unit
-
def
writeSourceDebugConstant
: Unit
Inherited from AnyRef
Inherited from Any