versioningState, null, null, null);
}
public ContentStream createContentStream(String name, long length, long seed) throws Exception {
return clientSession.getSession().getObjectFactory()
.createContentStream(name, length, "application/octet-stream", new RandomInputStream(length, seed));
}