moka.lang
Class BYTE_p

java.lang.Object
  extended bymoka.lang.BYTE_p

public abstract class BYTE_p
extends java.lang.Object

The BYTE_p class represents the C BYTE* type. A method that accept a BYTE_p object, accept, in fact, a BYTE* argument.


Constructor Summary
BYTE_p()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BYTE_p

public BYTE_p()