FileDocCategorySizeDatePackage
NullOutputReceiver.javaAPI DocAndroid 1.5 API1530Wed May 06 22:41:08 BST 2009com.android.ddmlib

NullOutputReceiver

public final class NullOutputReceiver extends Object implements IShellOutputReceiver
Implementation of {@link IShellOutputReceiver} that does nothing.

This can be used to execute a remote shell command when the output is not needed.

Fields Summary
private static NullOutputReceiver
sReceiver
Constructors Summary
Methods Summary
public voidaddOutput(byte[] data, int offset, int length)

    
public voidflush()

    
public static IShellOutputReceivergetReceiver()


        
        return sReceiver;
    
public booleanisCancelled()

        return false;