Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Last active July 27, 2021 07:17
Show Gist options
  • Save GaetanoPiazzolla/eb8d4ed3dccb9e9d31840f44537e0f7b to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/eb8d4ed3dccb9e9d31840f44537e0f7b to your computer and use it in GitHub Desktop.
import nl.minvws.encoding.Base45;
// ....
String withoutPrefix = text.substring(4);
byte[] bytecompressed = Base45.getDecoder().decode(withoutPrefix);
// ....
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment