295296297298299300301
* (non-Javadoc) * * @see org.jnetstream.capture.file.BlockRecord#getVersion() */ public Version getVersion() throws IOException { return new Version((int) this.getMajorVersion(), this.getMinorVersion()); }
256257258259260261262
* (non-Javadoc) * * @see org.jnetstream.capture.file.BlockRecord#getVersion() */ public Version getVersion() throws IOException { return new Version((int) this.getMajorVersion()); }