jnr.ffi
Class Struct.AsciiStringRef

java.lang.Object
  extended by jnr.ffi.Struct.AbstractMember
      extended by jnr.ffi.Struct.String
          extended by jnr.ffi.Struct.UTFStringRef
              extended by jnr.ffi.Struct.AsciiStringRef
All Implemented Interfaces:
Struct.Member
Enclosing class:
Struct

public class Struct.AsciiStringRef
extends Struct.UTFStringRef


Field Summary
 
Fields inherited from class jnr.ffi.Struct.String
charset, length
 
Constructor Summary
Struct.AsciiStringRef()
           
Struct.AsciiStringRef(int size)
           
 
Method Summary
 
Methods inherited from class jnr.ffi.Struct.UTFStringRef
get, getStringMemory, set
 
Methods inherited from class jnr.ffi.Struct.String
length, toString
 
Methods inherited from class jnr.ffi.Struct.AbstractMember
getMemory, offset, struct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Struct.AsciiStringRef

public Struct.AsciiStringRef(int size)

Struct.AsciiStringRef

public Struct.AsciiStringRef()


Copyright © 2012. All Rights Reserved.