Uses of Class
net.sf.michaelo.tomcat.pac.PacDataBuffer
-
Packages that use PacDataBuffer Package Description net.sf.michaelo.tomcat.pac Implementation to parse and process structures from MS-PAC according to protocol revision 26.0. -
-
Uses of PacDataBuffer in net.sf.michaelo.tomcat.pac
Methods in net.sf.michaelo.tomcat.pac that return PacDataBuffer Modifier and Type Method Description protected PacDataBufferPacDataBuffer. align(int bytes)PacDataBufferPacDataBuffer. get(byte[] dst)PacDataBufferPacDataBuffer. position(int newPosition)PacDataBufferPacDataBuffer. skip(int bytes)
-