yan74 / afplib

JAVA Library for reading & writing AFP (Advanced Function Presentation) Files.
Apache License 2.0
37 stars 22 forks source link

Not an issue: Reading NOP-Fields from AFP-File #29

Closed statistikhydra3 closed 7 years ago

statistikhydra3 commented 7 years ago

Thank you for open-sourcing this library. I'm currently working at a service, reading some meta-informations from an AFP-File.

However non of the NOF-Fields can be read from file.

Only getting things like: NOP number:663,offset:43774,id:13889262,length:54,rawData:null,charset:null,UndfData:[B@4fd5d56e,

Printing the UndfData will get me something like: \�������`������@�������@@@@�������@����������

Am I missing something?

statistikhydra3 commented 7 years ago

Okay it was some problem with encodings. I fixed it :)