|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.descriptors.serialization.BitEncoding
public class BitEncoding
Method Summary | |
---|---|
static byte[] |
decodeBytes(java.lang.String[] data)
Converts encoded array of String obtained by encodeBytes(byte[]) back to a byte array. |
static java.lang.String[] |
encodeBytes(byte[] data)
Converts a byte array of serialized data to an array of String satisfying JVM annotation value argument restrictions:
Each string's length should be no more than 65535
UTF-8 representation of each string cannot contain bytes in the range 0xf0..0xff
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public static java.lang.String[] encodeBytes(@NotNull byte[] data)
String
satisfying JVM annotation value argument restrictions:
@NotNull public static byte[] decodeBytes(@NotNull java.lang.String[] data)
String
obtained by encodeBytes(byte[])
back to a byte array.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |