com.kenai.jaffl.struct
Class Struct.UTFStringRef

java.lang.Object
  extended by com.kenai.jaffl.struct.Struct.AbstractMember
      extended by com.kenai.jaffl.struct.Struct.String
          extended by com.kenai.jaffl.struct.Struct.UTFStringRef
All Implemented Interfaces:
Struct.Member
Direct Known Subclasses:
Struct.AsciiStringRef, Struct.UTF8StringRef
Enclosing class:
Struct

public class Struct.UTFStringRef
extends Struct.String


Constructor Summary
Struct.UTFStringRef(java.nio.charset.Charset cs)
           
Struct.UTFStringRef(int length, java.nio.charset.Charset cs)
           
 
Method Summary
protected  MemoryIO getStringMemory()
           
 
Methods inherited from class com.kenai.jaffl.struct.Struct.String
get, length, set, toString
 
Methods inherited from class com.kenai.jaffl.struct.Struct.AbstractMember
getMemoryIO, offset, struct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Struct.UTFStringRef

public Struct.UTFStringRef(int length,
                           java.nio.charset.Charset cs)

Struct.UTFStringRef

public Struct.UTFStringRef(java.nio.charset.Charset cs)
Method Detail

getStringMemory

protected MemoryIO getStringMemory()
Specified by:
getStringMemory in class Struct.String