public interface IRC
Modifier and Type | Method and Description |
---|---|
boolean |
inhibit() |
int |
irc() |
default java.lang.String |
ircString()
Returns the
int irc() as a left-zero-padded String
This is the default implementation which can be overridden for performance or other reasons. |
boolean |
success() |
int irc()
default java.lang.String ircString()
int irc()
as a left-zero-padded String
This is the default implementation which can be overridden for performance or other reasons.boolean success()
boolean inhibit()