inua.eio
Class Ctring

java.lang.Object
  extended by inua.eio.Ctring

public class Ctring
extends Object

A UNIX like string within a byte buffer. A UNIX string within a byte buffer, slightly less in weight than a sub buffer (largely in the sense that it doesn't require a new BufferSlice).


Field Summary
(package private)  ByteBuffer buffer
           
(package private)  long offset
           
 
Constructor Summary
Ctring()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

ByteBuffer buffer

offset

long offset
Constructor Detail

Ctring

public Ctring()