Package org.jlab.io.evio
Class EvioDataBucket
java.lang.Object
org.jlab.io.evio.EvioDataBucket
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
static byte[]
gzip
(byte[] ungzipped) boolean
hasSpace
(EvioDataEvent event) static void
void
openWriter
(String filename) void
show()
void
writeEvent
(ByteBuffer buffer) void
writeEvent
(org.jlab.coda.jevio.EvioEvent ev) void
writeEvent
(EvioDataEvent event)
-
Constructor Details
-
EvioDataBucket
public EvioDataBucket() -
EvioDataBucket
-
-
Method Details
-
openWriter
-
writeEvent
public void writeEvent(org.jlab.coda.jevio.EvioEvent ev) -
writeEvent
-
hasSpace
-
getEventArray
public byte[] getEventArray() -
getEventArrayGzip
public byte[] getEventArrayGzip() -
gzip
public static byte[] gzip(byte[] ungzipped) -
writeEvent
-
show
public void show() -
main
-