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 PacDataBuffer
PacDataBuffer. align(int bytes)
PacDataBuffer
PacDataBuffer. get(byte[] dst)
PacDataBuffer
PacDataBuffer. position(int newPosition)
PacDataBuffer
PacDataBuffer. skip(int bytes)
-