Package org.trellisldp.ext.cassandra
Class CassandraBinary
- java.lang.Object
-
- org.trellisldp.ext.cassandra.CassandraBinary
-
-
Constructor Summary
Constructors Constructor Description CassandraBinary(IRI id, Read read, ReadRange readRange, int chunkLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetContent()InputStreamgetContent(int from, int to)
-
-
-
Method Detail
-
getContent
public InputStream getContent()
- Specified by:
getContentin interfaceBinary
-
getContent
public InputStream getContent(int from, int to)
- Specified by:
getContentin interfaceBinary
-
-