public override char get()
 {
     if (_position == _limit)
     {
         throw new java.nio.BufferUnderflowException();
     }
     return(byteBuffer.getChar(_position++ *libcore.io.SizeOf.CHAR));
 }