We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 347cb71 + d12e43c commit 031fe00Copy full SHA for 031fe00
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.riscure</groupId>
8
<artifactId>trsfile</artifactId>
9
- <version>2.2.1</version>
+ <version>2.2.2</version>
10
<packaging>jar</packaging>
11
12
<name>${project.groupId}:${project.artifactId}</name>
src/main/java/com/riscure/trs/TraceSet.java
@@ -43,7 +43,7 @@ public class TraceSet implements AutoCloseable {
43
private FileInputStream readStream;
44
private FileChannel channel;
45
46
- private MappedByteBuffer buffer;
+ private ByteBuffer buffer;
47
48
private long bufferStart; //the byte index of the file where the buffer window starts
49
private long bufferSize; //the number of bytes that are in the buffer window
0 commit comments