Uses of Class
com.jsql.util.bruter.BaseNCodec.Context
Packages that use BaseNCodec.Context
-
Uses of BaseNCodec.Context in com.jsql.util.bruter
Methods in com.jsql.util.bruter with parameters of type BaseNCodec.ContextModifier and TypeMethodDescriptionvoidBase16.decode(byte[] data, int offsetInput, int length, BaseNCodec.Context context) abstract voidBaseNCodec.decode(byte[] pArray, int i, int length, BaseNCodec.Context context) voidBase16.encode(byte[] data, int offset, int length, BaseNCodec.Context context) abstract voidBaseNCodec.encode(byte[] pArray, int i, int length, BaseNCodec.Context context) protected byte[]BaseNCodec.ensureBufferSize(int size, BaseNCodec.Context context) Ensure that the buffer has room forsizebytesbooleanBaseNCodec.hasData(BaseNCodec.Context context) Returns true if this object has buffered data for reading.