Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytesFilter ¶
type BytesFilter struct {
	// contains filtered or unexported fields
}
    func New ¶
func New(size int) *BytesFilter
func (*BytesFilter) Add ¶
func (bytesFilter *BytesFilter) Add(bytes []byte) bool
func (*BytesFilter) Contains ¶
func (bytesFilter *BytesFilter) Contains(byteArray []byte) (exists bool)
 Click to show internal directories. 
   Click to hide internal directories.