ByteBuffer

object ByteBuffer
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def byte(capacity: Int): IO[IllegalArgumentException, ByteBuffer]
def byte(chunk: Chunk[Byte]): IO[Nothing, ByteBuffer]