return length;
}
public InputStream getStream() throws IllegalStateException, RepositoryException {
try {
return new LazyFileInputStream(file);
} catch (FileNotFoundException fnfe) {
throw new RepositoryException("file backing binary value not found", fnfe);
}
}