jdk/src/share/classes/com/sun/java/util/jar/pack/Coding.java
changeset 7299 0b68a82ebb55
parent 5506 202f599c92aa
child 7668 d4a77089c587
child 7795 98021fc612af
equal deleted inserted replaced
7298:895772293d6e 7299:0b68a82ebb55
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.java.util.jar.pack;
    26 package com.sun.java.util.jar.pack;
    27 
    27 
    28 import java.io.*;
    28 import java.io.IOException;
    29 import java.util.*;
    29 import java.io.InputStream;
       
    30 import java.io.OutputStream;
       
    31 import java.util.HashMap;
    30 
    32 
    31 /**
    33 /**
    32  * Define the conversions between sequences of small integers and raw bytes.
    34  * Define the conversions between sequences of small integers and raw bytes.
    33  * This is a schema of encodings which incorporates varying lengths,
    35  * This is a schema of encodings which incorporates varying lengths,
    34  * varying degrees of length variability, and varying amounts of signed-ness.
    36  * varying degrees of length variability, and varying amounts of signed-ness.