
com.upokecenter.mail.ITokener Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maillib Show documentation
Show all versions of maillib Show documentation
A Java library for parsing and generating Internet mail messages.
The newest version!
package com.upokecenter.mail;
/*
Written by Peter O. in 2014.
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
If you like this, you should donate to Peter O.
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
*/
interface ITokener {
int GetState();
void RestoreState(int state);
void Commit(int token, int startIndex, int endIndex);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy