private void ProgramAnaly(byte[] buf) {
byte[] vsnFileByte = new byte[buf.length];
System.arraycopy(buf, 0, vsnFileByte, 0, buf.length);
return new String(vsnFileByte);
}
07-05
886

07-04
4617
