Package org.opendaylight.controller.cluster.io
package org.opendaylight.controller.cluster.io
-
ClassesClassDescriptionAn
OutputStreamimplementation which collects data is a series ofbyte[]chunks, each of which has a fixed maximum size.AnOutputStreamthat starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.A factory for creatingFileBackedOutputStreaminstances.A FileBackedOutputStream that allows for sharing in that it maintains a usage count and the backing file isn't deleted until the usage count reaches 0.