Class CqlPayloadStream
- java.lang.Object
-
- java.io.InputStream
-
- org.linuxforhealth.fhir.persistence.cassandra.payload.CqlPayloadStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class CqlPayloadStream extends java.io.InputStream
Provides an InputStream interface to the ByteBuffer holding the FHIR resource payload
-
-
Constructor Summary
Constructors Constructor Description CqlPayloadStream(java.nio.ByteBuffer bb)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] dst, int off, int len)
-