org.zkoss.util.resource
Class Locators.StreamLocation
java.lang.Object
org.zkoss.util.resource.Locators.StreamLocation
- Enclosing class:
- Locators
public static class Locators.StreamLocation
- extends java.lang.Object
the location information.
Field Summary |
java.util.Locale |
locale
|
java.io.InputStream |
stream
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
stream
public final java.io.InputStream stream
locale
public final java.util.Locale locale
Locators.StreamLocation
public Locators.StreamLocation(java.io.InputStream stream,
java.util.Locale locale)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.