fabric.lang.arrays.internal
Class _byteArray._Proxy

java.lang.Object
  extended by fabric.lang.Object._Proxy
      extended by fabric.lang.arrays.internal._byteArray._Proxy
All Implemented Interfaces:
_byteArray, Object
Enclosing interface:
_byteArray

public static class _byteArray._Proxy
extends Object._Proxy
implements _byteArray


Nested Class Summary
 
Nested classes/interfaces inherited from interface fabric.lang.arrays.internal._byteArray
_byteArray._Impl, _byteArray._Proxy
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Constructor Summary
_byteArray._Proxy(_byteArray._Impl impl)
           
_byteArray._Proxy(Store store, long onum)
           
 
Method Summary
 byte get(int i)
           
 int get$length()
           
 byte set(int i, byte value)
           
 
Methods inherited from class fabric.lang.Object._Proxy
_npe, $forceRenumber, $getOnum, $getProxy, $getProxy, $getStore, $unwrap, createStatistics, equals, equals, fetch, get$label, hashCode, idEquals, idEquals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Constructor Detail

_byteArray._Proxy

public _byteArray._Proxy(Store store,
                         long onum)

_byteArray._Proxy

public _byteArray._Proxy(_byteArray._Impl impl)
Method Detail

get$length

public int get$length()
Specified by:
get$length in interface _byteArray

get

public byte get(int i)
Specified by:
get in interface _byteArray

set

public byte set(int i,
                byte value)
Specified by:
set in interface _byteArray