public class NfsTime
extends java.lang.Object
| Constructor | Description |
|---|---|
NfsTime(int seconds,
int nseconds) |
|
NfsTime(long milliseconds) |
|
NfsTime(NfsTime other) |
| Modifier and Type | Method | Description |
|---|---|---|
static NfsTime |
deserialize(XDR xdr) |
|
boolean |
equals(java.lang.Object o) |
|
long |
getMilliSeconds() |
Get the total time in milliseconds
|
int |
getNseconds() |
|
int |
getSeconds() |
|
int |
hashCode() |
|
void |
serialize(XDR xdr) |
|
java.lang.String |
toString() |
public NfsTime(int seconds,
int nseconds)
public NfsTime(NfsTime other)
public NfsTime(long milliseconds)
public int getSeconds()
public int getNseconds()
public long getMilliSeconds()
public void serialize(XDR xdr)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.