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) booleanhasSpace(EvioDataEvent event) static voidvoidopenWriter(String filename) voidshow()voidwriteEvent(ByteBuffer buffer) voidwriteEvent(org.jlab.coda.jevio.EvioEvent ev) voidwriteEvent(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
-