(ValveWriter writer)
| 13 | public static final String LOGICALPOS_TAG = "logicalpos"; |
| 14 | |
| 15 | @Override |
| 16 | public void writeVmf(ValveWriter writer) throws IOException { |
| 17 | this.writeStart(writer); |
| 18 | this.writeVmfSpecific(writer); |
| 19 | this.writeEnd(writer); |
| 20 | } |
| 21 | |
| 22 | protected void writeStart(ValveWriter writer) throws IOException { |
| 23 | this.openEntity(writer); |
no test coverage detected