50515253545556
protected BlobData readBlob() throws IOException { long id = super.readLong(); return new BlobDataID(id); }
508509510511512513514
return null; } long id = Long.parseLong(s); return new BlobDataID(id); }
263264265266267268269270271
if (data == null) { return null; } BlobData blob = new BlobDataID(lobID); return blob; }