skunk.net.BitVectorSocket
See theBitVectorSocket companion object
A higher-level Socket
interface defined in terms of BitVector
.
Attributes
-
Companion
-
object
-
Source
-
BitVectorSocket.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Read nBytes
bytes (not bits!) from the socket, or fail with an exception if EOF is reached before nBytes
bytes are received.
Read nBytes
bytes (not bits!) from the socket, or fail with an exception if EOF is reached before nBytes
bytes are received.
Attributes
-
Source
-
BitVectorSocket.scala
Write the specified bits to the socket.