Skip to content

Commit fc8d9d1

Browse files
committed
added comments
1 parent a561fad commit fc8d9d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jbbp/src/test/java/com/igormaznitsa/jbbp/it/RemarkableLinesParsingTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
import java.util.UUID;
1515
import org.junit.jupiter.api.Test;
1616

17+
/**
18+
* Test of parsing binary RM (reMarkable lines) format for <a href="https://remarkable.com/">Remarkablepaper device</a>
19+
* Information about the format was found <a href="https://plasma.ninja/blog/devices/remarkable/binary/format/2017/12/26/reMarkable-lines-file-format.html">here</a>
20+
*/
1721
public class RemarkableLinesParsingTest extends AbstractParserIntegrationTest {
1822

1923
private static final String REMARKABLE_V5_LINES = "byte [43] header;" +

0 commit comments

Comments
 (0)