LayerContents returns the set of bytes that make up this layer.
()
| 21 | LayerType() LayerType |
| 22 | // LayerContents returns the set of bytes that make up this layer. |
| 23 | LayerContents() []byte |
| 24 | // LayerPayload returns the set of bytes contained within this layer, not |
| 25 | // including the layer itself. |
| 26 | LayerPayload() []byte |
no outgoing calls