ref_send API 2.17
defensive programming in Java

Uses of Class
org.joe_e.array.ByteArray

Packages that use ByteArray
org.joe_e.array Read-only arrays. 
org.waterken.bounce An argument passing test. 
org.waterken.syntax A marshalling interface. 
org.waterken.syntax.json JSON <=> Java conversion. 
 

Uses of ByteArray in org.joe_e.array
 

Methods in org.joe_e.array that return ByteArray
static ByteArray ByteArray.array()
          Construct an empty ByteArray
static ByteArray ByteArray.array(byte... bytes)
          Construct a ByteArray.
static ByteArray ByteArray.array(byte value)
          Construct a ByteArray with one element.
static ByteArray ByteArray.array(byte value1, byte value2)
          Construct a ByteArray with two elements.
static ByteArray ByteArray.array(byte value1, byte value2, byte value3)
          Construct a ByteArray with three elements.
static ByteArray ByteArray.array(byte value1, byte value2, byte value3, byte value4)
          Construct a ByteArray with four elements.
 ByteArray ByteArray.Builder.snapshot()
          Create a snapshot of the current content.
 ByteArray ByteArray.BuilderOutputStream.snapshot()
          Create a snapshot of the current content.
 ByteArray ByteArray.with(byte newByte)
          Creates a ByteArray with an appended byte.
 ByteArray ByteArray.with(java.lang.Byte newByte)
          Creates a ByteArray with an appended Byte.
 ByteArray ByteArray.without(int i)
          Return a new ByteArray that contains the same elements as this one excluding the element at a specified index
 

Uses of ByteArray in org.waterken.bounce
 

Fields in org.waterken.bounce declared as ByteArray
 ByteArray AllTypes.o
          byte
 

Constructors in org.waterken.bounce with parameters of type ByteArray
AllTypes(BooleanArray b, CharArray c, FloatArray f, DoubleArray d, ByteArray o, ShortArray s, IntArray i, LongArray l, java.lang.String t, ConstArray<? extends Receiver<?>> r, ConstArray<? extends Promise<?>> p, ConstArray<Vat<Deferred<?>>> k, java.lang.Object a)
          Constructs an instance.
 

Uses of ByteArray in org.waterken.syntax
 

Methods in org.waterken.syntax that return ByteArray
 ByteArray Serializer.serialize(Exporter export, java.lang.reflect.Type type, java.lang.Object value)
          Serializes an object.
 ByteArray Serializer.serializeTuple(Exporter export, ConstArray<java.lang.reflect.Type> types, ConstArray<?> values)
          Serializes a tuple.
 

Uses of ByteArray in org.waterken.syntax.json
 

Methods in org.waterken.syntax.json that return ByteArray
 ByteArray JSONSerializer.serialize(Exporter export, java.lang.reflect.Type type, java.lang.Object value)
           
 ByteArray JSONSerializer.serializeTuple(Exporter export, ConstArray<java.lang.reflect.Type> types, ConstArray<?> values)
           
 


ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.