Documentation ¶
Overview ¶
Copyright [2018] [jc3wish]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func BitBytesToInt64(bb []byte) (n int64)
- func BytesToFloat32(b []byte) (n float32)
- func BytesToFloat64(b []byte) float64
- func BytesToInt16(b []byte) (n int16)
- func BytesToInt32(b []byte) (n int32)
- func BytesToInt64(b []byte) (n int64)
- func BytesToInt8(b []byte) (n int8)
- func BytesToUInt16(b []byte) (n uint16)
- func BytesToUInt32(b []byte) (n uint32)
- func BytesToUInt64(b []byte) (n uint64)
- func BytesToUInt8(b []byte) (n uint8)
- func TransferDataType(data []byte, dataType Type) (v interface{}, err error)
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BitBytesToInt64 ¶
func BytesToFloat32 ¶
func BytesToFloat64 ¶
func BytesToInt16 ¶
func BytesToInt32 ¶
func BytesToInt64 ¶
func BytesToInt8 ¶
func BytesToUInt16 ¶
func BytesToUInt32 ¶
func BytesToUInt64 ¶
func BytesToUInt8 ¶
func TransferDataType ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.