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 Object

the location information.


Field Summary
 Locale locale
           
 InputStream stream
           
 
Constructor Summary
Locators.StreamLocation(InputStream stream, Locale locale)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stream

public final InputStream stream

locale

public final Locale locale
Constructor Detail

Locators.StreamLocation

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.