Skip to content
Snippets Groups Projects
Commit 0f289612 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

TODO offer alternative encodings

parent 0dbef8de
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ public class PduRecorder implements PduReceiver
sb.append(base64Encoder.encodeToString(timeByteArray));
sb.append(',');
byte[] buffsized = Arrays.copyOf(buff, len);
sb.append(base64Encoder.encodeToString(buffsized));
sb.append(base64Encoder.encodeToString(buffsized)); // TODO offer alternative encodings
try {
if (!headerWritten) {
writeHeader();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment