Index of Public Functions and Variables in Bytebuffer

This page has an alphabetical index of all the documented functions and variables in Bytebuffer.
Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A


B

 byte-buffer                  function      bytebuffer.buff    Creates a ByteBuffer of capacity bytes.

C


D


E


F


G


H


I


J


K


L


M


N


O


P

 pack                         function      bytebuffer.buff    Puts one or more numbers for vals into buff using ...
 pack-bits                    function      bytebuffer.buff    Packs multiple numbers into a single number using ...
 put-byte                     function      bytebuffer.buff    Puts a byte into the buffer.
 put-int                      function      bytebuffer.buff    Puts an int (4 bytes) into the buffer.
 put-long                     function      bytebuffer.buff    Puts a long (8 bytes) into the buffer.
 put-short                    function      bytebuffer.buff    Puts a short (2 bytes) into the buffer.

Q


R


S


T

 take-byte                    function      bytebuffer.buff    Takes a signed byte from the buffer.
 take-int                     function      bytebuffer.buff    Takes a signed int (4 bytes) from the buffer.
 take-long                    function      bytebuffer.buff    Takes a signed long (8 bytes) from the buffer.
 take-short                   function      bytebuffer.buff    Takes a signed short (2 bytes) from the buffer.
 take-ubyte                   function      bytebuffer.buff    Takes an unsigned signed byte from the buffer.
 take-uint                    function      bytebuffer.buff    Takes a unsigned int (4 bytes) from the buffer.
 take-ulong                   function      bytebuffer.buff    Takes a unsigned long (8 bytes) from the buffer.
 take-ushort                  function      bytebuffer.buff    Takes a unsigned short (2 bytes) from the buffer.

U

 unpack                       function      bytebuffer.buff    Returns a sequence of one or more numbers taken fr...
 unpack-bits                  function      bytebuffer.buff    Pulls apart a number into a list of fields of vari...

V


W

 with-buffer                  macro         bytebuffer.buff    Sets the buffer currently being used by the put-* ...

X


Y


Z


Other


Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.