public class L10nPathEntry extends java.lang.Object implements SecureExternalizable, java.lang.Comparable, java.io.Externalizable
Constructor and Description |
---|
L10nPathEntry() |
L10nPathEntry(java.lang.String _path,
int _position) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
java.lang.String |
getPath() |
int |
getPosition() |
void |
readExternal(java.io.ObjectInput in) |
void |
readInstance(SecureObjectInputI s)
Reads an instance of this class from the given SecureObjectInputI without using readObject.
|
void |
writeExternal(java.io.ObjectOutput out) |
void |
writeInstance(SecureObjectOutputI s)
Writes an instance of this class to the given SecureObjectOutputI without using writeObject.
|
public L10nPathEntry(java.lang.String _path, int _position)
public L10nPathEntry()
public java.lang.String getPath()
public int getPosition()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public void writeInstance(SecureObjectOutputI s) throws java.io.IOException
SecureExternalizable
writeInstance
in interface SecureExternalizable
java.io.IOException
public void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizable
readInstance
in interface SecureExternalizable
java.io.IOException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.