Uses of Class
org.jcodings.Ptr
-
Packages that use Ptr Package Description org.jcodings org.jcodings.transcode -
-
Uses of Ptr in org.jcodings
Fields in org.jcodings declared as Ptr Modifier and Type Field Description static PtrPtr. NULL -
Uses of Ptr in org.jcodings.transcode
Methods in org.jcodings.transcode with parameters of type Ptr Modifier and Type Method Description EConvResultEConv. convert(byte[] in, Ptr inPtr, int inStop, byte[] out, Ptr outPtr, int outStop, int flags)
-