Instance Constructors
-
new
AllocationBuffer
(allocation: Allocation)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
def
asInstanceOf
[T0]
: T0
-
def
assertRetained
(): Unit
-
var
buffer
: ByteBuffer
-
def
clone
(): AnyRef
-
-
def
dispose
(): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
file
: File
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getDisposer
(): Task
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
offset
: Long
-
def
read
(target: OutputStream): Unit
-
def
read
(src: Int, target: WritableByteChannel): Int
-
def
release
(arg0: Int): Unit
-
def
release
(): Unit
-
def
remaining
(pos: Int): Int
-
def
retain
(): Unit
-
def
retained
(): Int
-
def
setDisposer
(arg0: Task): Unit
-
def
setDisposer
(arg0: Runnable): Unit
-
def
size
: Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
time
[T]
(name: String)(func: ⇒ T): T
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(target: InputStream): Unit
-
def
write
(src: ByteBuffer, target: Int): Int
-
def
write
(src: ReadableByteChannel, target: Int): Int
Inherited from BaseRetained
Inherited from Retained
Inherited from AnyRef
Inherited from Any
A ZeroCopyBuffer which was allocated on a file.