implicit final
class
BufferConstructors extends AnyVal
Instance Constructors
-
new
BufferConstructors(this: Buffer.type)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
cue(server: Server = Server.default, path: String, startFrame: Int = 0, numChannels: Int = 1, bufFrames: Int = 32768, completion: Buffer.Completion = Completion.None): Buffer
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
readChannel(server: Server = Server.default, path: String, startFrame: Int = 0, numFrames: Int = 1, channels: Seq[Int], completion: Buffer.Completion = Completion.None): Buffer
-
val
this: Buffer.type
-
def
toString(): String
Inherited from AnyVal
Inherited from Any