Commit bb1ea29
committed
Used jansi to remove escape sequences
Added new Jansi version and modified the code as per the new version
Refined escape sequence handling by adding a storage buffer which returns the data stored in the orignal buffer stream
Added checks for Buffers to avoid OOM error and removed redundant test cases
Fixed the stoageBuffer issue. Only the latest 20kb is returned.Also added reset() method1 parent 2f94fb7 commit bb1ea29
3 files changed
Lines changed: 197 additions & 481 deletions
File tree
- qDup-core
- src
- main/java/io/hyperfoil/tools/qdup/stream
- test/java/io/hyperfoil/tools/qdup/stream
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
| 110 | + | |
105 | 111 | | |
106 | 112 | | |
107 | 113 | | |
| |||
0 commit comments