equal
deleted
inserted
replaced
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. |