htsjdk.samtools.cram.encoding
Class UnaryIntegerEncoding

java.lang.Object
  extended by htsjdk.samtools.cram.encoding.UnaryIntegerEncoding
All Implemented Interfaces:
Encoding<java.lang.Integer>

Deprecated.

@Deprecated
public class UnaryIntegerEncoding
extends java.lang.Object
implements Encoding<java.lang.Integer>


Field Summary
static EncodingID ENCODING_ID
          Deprecated.  
 
Constructor Summary
UnaryIntegerEncoding()
          Deprecated.  
 
Method Summary
 BitCodec<java.lang.Integer> buildCodec(java.util.Map<java.lang.Integer,java.io.InputStream> inputMap, java.util.Map<java.lang.Integer,ExposedByteArrayOutputStream> outputMap)
          Deprecated.  
 void fromByteArray(byte[] data)
          Deprecated.  
 EncodingID id()
          Deprecated.  
 byte[] toByteArray()
          Deprecated.  
static EncodingParams toParam(int offset, boolean stopBit)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODING_ID

public static final EncodingID ENCODING_ID
Deprecated. 
Constructor Detail

UnaryIntegerEncoding

public UnaryIntegerEncoding()
Deprecated. 
Method Detail

id

public EncodingID id()
Deprecated. 
Specified by:
id in interface Encoding<java.lang.Integer>

toParam

public static EncodingParams toParam(int offset,
                                     boolean stopBit)
Deprecated. 

toByteArray

public byte[] toByteArray()
Deprecated. 
Specified by:
toByteArray in interface Encoding<java.lang.Integer>

fromByteArray

public void fromByteArray(byte[] data)
Deprecated. 
Specified by:
fromByteArray in interface Encoding<java.lang.Integer>

buildCodec

public BitCodec<java.lang.Integer> buildCodec(java.util.Map<java.lang.Integer,java.io.InputStream> inputMap,
                                              java.util.Map<java.lang.Integer,ExposedByteArrayOutputStream> outputMap)
Deprecated. 
Specified by:
buildCodec in interface Encoding<java.lang.Integer>