Method
Write
(p []byte)
Source from the content-addressed store, hash-verified
| 577 | |
| 578 | type Writer interface { |
| 579 | Write(p []byte) (n int, err error) |
| 580 | } |
| 581 | |
| 582 | type ReadWriter interface { |
Implementers 14
FastPinsrc/machine/machine_nxpmk66f18.go UARTsrc/machine/machine_rp2_uart.go midisrc/machine/usb/adc/midi/midi.go USBCDCsrc/machine/usb/cdc/usbcdc.go