接口 CachedOutput

所有已知实现类:
HashCache.CacheUpdater

public interface CachedOutput
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final CachedOutput
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    writeIfNeeded(Path pFilePath, byte[] pData, com.google.common.hash.HashCode pHashCode)
     
  • 字段详细资料

  • 方法详细资料

    • writeIfNeeded

      void writeIfNeeded(Path pFilePath, byte[] pData, com.google.common.hash.HashCode pHashCode) throws IOException
      抛出:
      IOException