src/main/java/testElectronJ/FboDataHeadStop.java
@@ -33,7 +33,7 @@ if(bf.remaining() < BYTE_LEN) { return; } System.out.println("索引位置:"+bf.position()); //System.out.println("索引位置:"+bf.position()); this.TestTimeLong = new FboData().new TestTime(); this.TestTimeLong.hour = ComBase.changeByteToInt(bf.get()); this.TestTimeLong.minute = ComBase.changeByteToInt(bf.get()); @@ -55,7 +55,7 @@ } this.TestCap = ComBase.changeShortToFloat(bf.getShort()); //测试容量 未使用 2 System.out.println(this); //System.out.println(this); } @Override