Example usage for java.io DataOutputStream subclass-usage

List of usage examples for java.io DataOutputStream subclass-usage

Introduction

In this page you can find the example usage for java.io DataOutputStream subclass-usage.

Usage

From source file uk.ac.ebi.mdk.io.TaggedOutputStream.java

/**
 * TaggedInputStream - 08.03.2012 <br/>
 * <p/>
 * The tagged output steam allows efficient writing of object class
 * types to a stream. This is achieved by writing the class name only
 * once and then storing a number value 'currently a short' which is written

From source file org.apache.hama.bsp.message.io.SpillingDataOutputBuffer.java

/**
 * <code>SpillingBuffer</code> is an output stream comprised of byte arrays that
 * keeps values in heap until a particular threshold is reached. Once this
 * threshold is exceeded, the values are spilled to disk and all the contents of
 * the buffer is written to a file until the stream is closed. The
 * implementation uses a list of byte arrays and hence a user of this class may

From source file org.polymap.rhei.fulltext.servlet.GeoJsonEncoder.java

/**
 * This stream encodes {@link SimpleFeature} and {@link Document} objects into
 * GeoJSON stream. Later this may also extend to be a {@link PipelineProcessor}
 * 
 * @author <a href="http://www.polymap.de">Falko Brutigam</a>
 */

From source file org.diorite.nbt.NbtOutputStream.java

/**
 * Represent nbt output stream, used to save/write nbt tags.
 */
public class NbtOutputStream extends DataOutputStream {
    /**
     * Construct new nbt output stream for given stream.

From source file org.polymap.rhei.fulltext.servlet.GeoRssEncoder.java

/**
 * This stream encodes {@link SimpleFeature} and {@link Document} objects into
 * GeoRSS stream. Later this may also extend to be a {@link PipelineProcessor}
 * 
 * @author <a href="http://www.polymap.de">Falko Braeutigam</a>
 * @version POLYMAP3 ($Revision$)

From source file com.exadel.flamingo.flex.messaging.amf.io.AMF3Serializer.java

/**
 * @author Franck WOLFF
 */
public class AMF3Serializer extends DataOutputStream implements ObjectOutput, AMF3Constants {

    ///////////////////////////////////////////////////////////////////////////