Class BytesURLStreamHandler


  • @Deprecated
    public class BytesURLStreamHandler
    extends java.net.URLStreamHandler
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] content
      Deprecated.
       
      (package private) int length
      Deprecated.
       
      (package private) int offset
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      BytesURLStreamHandler​(byte[] content)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.net.URLConnection openConnection​(java.net.URL url)
      Deprecated.
       
      • Methods inherited from class java.net.URLStreamHandler

        equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • content

        byte[] content
        Deprecated.
      • offset

        int offset
        Deprecated.
      • length

        int length
        Deprecated.
    • Constructor Detail

      • BytesURLStreamHandler

        public BytesURLStreamHandler​(byte[] content)
        Deprecated.
    • Method Detail

      • openConnection

        public java.net.URLConnection openConnection​(java.net.URL url)
        Deprecated.
        Specified by:
        openConnection in class java.net.URLStreamHandler