com.android.tools.lint.checks.infrastructure
Class LintDetectorTest.ByteProducer

java.lang.Object
  extended by com.android.tools.lint.checks.infrastructure.LintDetectorTest.ByteProducer
Direct Known Subclasses:
LintDetectorTest.BytecodeProducer
Enclosing class:
LintDetectorTest

public static class LintDetectorTest.ByteProducer
extends java.lang.Object

Produces byte arrays, for use with LintDetectorTest.BinaryTestFile


Constructor Summary
LintDetectorTest.ByteProducer()
           
 
Method Summary
 byte[] produce()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LintDetectorTest.ByteProducer

public LintDetectorTest.ByteProducer()
Method Detail

produce

@NonNull
public byte[] produce()