Class SURL


  • public class SURL
    extends java.lang.Object
    Secure replacement for java.net.URL.

    This class should be used instead of java.net.URL.

    This class does some control access.

    • Method Detail

      • create

        public static SURL create​(java.lang.String url)
      • create

        public static SURL create​(java.net.URL url)
      • toString

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

        public byte[] getBytes()
      • openStream

        public java.io.InputStream openStream()
      • readRasterImageFromURL

        public java.awt.image.BufferedImage readRasterImageFromURL()