fabric.lang.arrays.internal
Interface _byteArray

All Superinterfaces:
Object
All Known Implementing Classes:
_byteArray._Impl, _byteArray._Proxy

public interface _byteArray
extends Object


Nested Class Summary
static class _byteArray._Impl
           
static class _byteArray._Proxy
           
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Method Summary
 byte get(int i)
           
 int get$length()
           
 byte set(int i, byte value)
           
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Method Detail

get$length

int get$length()

set

byte set(int i,
         byte value)

get

byte get(int i)