Package sk.iway.iwcm.system.fulltext.cdb
Class CdbUtils
java.lang.Object
sk.iway.iwcm.system.fulltext.cdb.CdbUtils
Implementácia kódovania poľa znakov do poľa bajtov CdbUtils.java
-
Field Summary
Fields -
Method Summary
-
Field Details
-
cs
-
-
Method Details
-
encode
public static byte[] encode(char[] ca, int off, int len) -
decode
public static char[] decode(byte[] ba) -
decode
public static char[] decode(byte[] ba, int off, int len)
-