Class ByteSource

java.lang.Object
org.zeroturnaround.zip.ByteSource
All Implemented Interfaces:
ZipEntrySource

public class ByteSource extends Object implements ZipEntrySource
  • Constructor Details

    • ByteSource

      public ByteSource(String path, byte[] bytes)
    • ByteSource

      public ByteSource(String path, byte[] bytes, long time)
    • ByteSource

      public ByteSource(String path, byte[] bytes, int compressionMethod)
    • ByteSource

      public ByteSource(String path, byte[] bytes, long time, int compressionMethod)
  • Method Details