org.zkoss.util.resource
Class Locators.StreamLocation

java.lang.Object
  extended by 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
           
 
Constructor Summary
Locators.StreamLocation(java.io.InputStream stream, java.util.Locale locale)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stream

public final java.io.InputStream stream

locale

public final java.util.Locale locale
Constructor Detail

Locators.StreamLocation

public Locators.StreamLocation(java.io.InputStream stream,
                               java.util.Locale locale)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo