ByteExtensionsReadUntilFirstNullByte Method

Overload List

ReadUntilFirstNullByte(Byte) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found.
ReadUntilFirstNullByte(IEnumerableByte) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found.
ReadUntilFirstNullByte(Byte, Int32) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found.
ReadUntilFirstNullByte(Byte, Encoding) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found; and then converts the bytes read to a string representation using the specified text encoding.
ReadUntilFirstNullByte(IEnumerableByte, Int32) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found.
ReadUntilFirstNullByte(IEnumerableByte, Encoding) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found; and then converts the bytes read to a string representation using the specified text encoding.
ReadUntilFirstNullByte(Byte, Int32, Int32) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found.
ReadUntilFirstNullByte(Byte, Int32, Encoding) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found; and then converts the bytes read to a string representation using the specified text encoding.
ReadUntilFirstNullByte(IEnumerableByte, Int32, Int32) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found.
ReadUntilFirstNullByte(IEnumerableByte, Int32, Encoding) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found; and then converts the bytes read to a string representation using the specified text encoding.
ReadUntilFirstNullByte(Byte, Int32, Int32, Encoding) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found; and then converts the bytes read to a string representation using the specified text encoding.
ReadUntilFirstNullByte(IEnumerableByte, Int32, Int32, Encoding) Reads the specified bytes until the first null (zero) byte is found, or until the end, in case of a null byte is not found; and then converts the bytes read to a string representation using the specified text encoding.

See Also