Menu

#43 Encode NULL fields (BER format)

v1.5
open
Library (14)
5
2010-08-19
2010-08-19
alima
No

Probably there no necessity to encode NULL fields. I've changed BEREncoder method encodeNull
It works fine for me.

public int encodeNull(Object object, OutputStream stream, ElementInfo elementInfo) throws Exception {
int resultSize = 0;
return resultSize;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.