public class OutputFrame extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OutputFrame.OutputType |
Modifier and Type | Field and Description |
---|---|
static OutputFrame |
END |
Constructor and Description |
---|
OutputFrame(OutputFrame.OutputType type,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static OutputFrame |
forFrame(com.github.dockerjava.api.model.Frame frame) |
byte[] |
getBytes() |
OutputFrame.OutputType |
getType() |
String |
getUtf8String() |
public static final OutputFrame END
public OutputFrame(OutputFrame.OutputType type, byte[] bytes)
public OutputFrame.OutputType getType()
public byte[] getBytes()
public String getUtf8String()
public static OutputFrame forFrame(com.github.dockerjava.api.model.Frame frame)
Copyright © 2017. All rights reserved.