public class CachingByteArraySource extends Object implements ClassByteArraySource
Constructor and Description |
---|
CachingByteArraySource(ClassByteArraySource child,
int maxSize) |
Modifier and Type | Method and Description |
---|---|
Optional<byte[]> |
getBytes(String clazz)
Returns bytes for a class represented in java/lang/String format
|
public CachingByteArraySource(ClassByteArraySource child, int maxSize)
public Optional<byte[]> getBytes(String clazz)
ClassByteArraySource
getBytes
in interface ClassByteArraySource
clazz
- classname in com.example.Foo formatCopyright © 2021 org.pitest. All rights reserved.