org.bitbucket.openisoj.IMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openisoj-core Show documentation
Show all versions of openisoj-core Show documentation
An extensible framework for creating ISO 8583 messages.
Ported from OpenIso.Net http://code.google.com/p/openiso8583net/
package org.bitbucket.openisoj;
public interface IMessage {
public byte[] toMsg() throws Exception;
public int unpack(byte[] msg, int offset) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy