javolution.io
Class Struct.UTF8String

Object
  extended by Struct.Member
      extended by Struct.UTF8String
Enclosing class:
Struct

public class Struct.UTF8String
extends Struct.Member

This class represents a UTF-8 character string, null terminated (for C/C++ compatibility)


Constructor Summary
Struct.UTF8String(int length)
           
 
Method Summary
 String get()
           
 void set(String string)
           
 String toString()
           
 
Methods inherited from class Struct.Member
bitIndex, bitLength, offset, struct
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Struct.UTF8String

public Struct.UTF8String(int length)
Method Detail

set

public void set(String string)

get

public String get()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Javolution. All Rights Reserved.