protected long parseULong(EzyByteBuffer buffer, int size)
 {
     buffer.get();
     return(buffer.getULong(size));
 }