| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compress(String inString)
Returns compressed byte array for the specified string
|
static String |
decompress(byte[] strBytes)
Decompress byte array from compress back into String
|
static String |
decompress(byte[] strBytes,
int offset,
int length) |
public static byte[] compress(String inString)
inString - string to compresspublic static String decompress(byte[] strBytes)
strBytes - bytes to decompresscompress(String)public static String decompress(byte[] strBytes, int offset, int length)
Copyright © 2014–2019. All rights reserved.