Package com.intellij.util.io
Class SourceCodeCompressor
- java.lang.Object
-
- com.intellij.util.io.SourceCodeCompressor
-
public class SourceCodeCompressor extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
compress(byte[] source)
static byte[]
compress(byte[] source, int off, int len)
static byte[]
decompress(byte[] compressed)
static byte[]
decompress(byte[] compressed, int len, int off)
-
-
-
Method Detail
-
compress
public static byte[] compress(byte[] source, int off, int len)
-
compress
public static byte[] compress(byte[] source)
-
decompress
public static byte[] decompress(byte[] compressed) throws IOException
- Throws:
IOException
-
decompress
public static byte[] decompress(byte[] compressed, int len, int off) throws IOException
- Throws:
IOException
-
-