Class ByteSource

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

public class ByteSource extends Object implements ZipEntrySource
  • Field Details

    • path

      private final String path
    • bytes

      private final byte[] bytes
    • time

      private final long time
    • compressionMethod

      private final int compressionMethod
    • crc

      private final long crc
  • 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