com.stimulsoft.base.drawing
Class StiBytesFromURL

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiBytesFromURL

public class StiBytesFromURL
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiBytesFromURL()
           
 
Method Summary
static byte[] load(java.lang.String urlString)
          Load bytes from URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiBytesFromURL

public StiBytesFromURL()
Method Detail

load

public static byte[] load(java.lang.String urlString)
                   throws java.io.IOException
Load bytes from URL.

Parameters:
url -
Returns:
Throws:
java.io.IOException