Package org.htmlunit

Class DownloadedContent.InMemory

java.lang.Object
org.htmlunit.DownloadedContent.InMemory
All Implemented Interfaces:
Serializable, DownloadedContent
Enclosing interface:
DownloadedContent

public static class DownloadedContent.InMemory extends Object implements DownloadedContent
Implementation keeping content in memory.
See Also:
  • Field Details

    • bytes_

      private final byte[] bytes_
  • Constructor Details

    • InMemory

      InMemory(byte[] byteArray)
  • Method Details